Members 
The type of object in the pool.
ObjectPool<T> Class
Represents a pool of objects with a size limit.
Syntax
public class ObjectPool<T> 
where T: new()
Type Parameters
T
The type of object in the pool.
Inheritance Hierarchy

System.Object
   SciChart.Core.ObjectPool<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also